home *** CD-ROM | disk | FTP | other *** search
/ CrystalVision Software Se… Wiki Wonder - Wikipedia / CrystalVision Software Services 703: The Wiki Wonder - Wikipedia.iso / 0703 / Business / CodeX Apps / CodeX.exe / CodeX / themes / default / ProjectCenter / TimeTracking.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-08-16  |  9.7 KB  |  692 lines

  1. .LineItem
  2. {
  3.     float:left;
  4.     clear:left;
  5.     margin:0 0 20px 0 !important;
  6.     margin:0 0 0 0;
  7.     width:100%;
  8.     height:32px;
  9. }
  10.  
  11. li
  12. {
  13.     float:left;
  14.     margin:0 0 0 0;
  15.     width:100%;
  16.     height:32px;
  17.     
  18.     list-style:none;
  19.     list-style-type:none;
  20. }
  21.  
  22. ul
  23. {
  24.     padding:0 0 0 0 !important;
  25.     margin:0 0 0 0 !important;
  26.     list-style-type:none;
  27. }
  28.  
  29. a.TimeItem:link, a.TimeItem:visited
  30. {
  31.     float:left;
  32.     width:616px;
  33.     height:30px;
  34.     border-right:1px solid #888;
  35.     border-bottom:1px solid #999;
  36.     border-top:1px solid #ddd;
  37.     line-height:30px;
  38.     cursor:default;
  39.     text-decoration:none;
  40.     color:#333;
  41. }
  42. a.TimeItem:hover
  43. {
  44.     background:#f0f9ff;
  45. }
  46.  
  47. .TimeItem
  48. {
  49.     float:left;
  50.     width:616px;
  51.     height:30px;
  52.     border-right:1px solid #888;
  53.     border-bottom:1px solid #999;
  54.     border-top:1px solid #ddd;
  55.     line-height:30px;
  56.     cursor:default;
  57.     text-decoration:none;
  58.     color:#333;
  59. }
  60. /*
  61. .FinishedItem
  62. {
  63.     float:left;
  64.     width:576px;
  65.     height:30px;
  66.     border:1px solid #888;
  67.     border-bottom:1px solid #999;
  68.     border-top:1px solid #eee;
  69.     line-height:30px;
  70.     cursor:default;
  71.     background:#e0e0e0;
  72. }
  73. .FinishedItem:hover
  74. {
  75.     background:#eee;
  76. }
  77. */
  78.  
  79. .TableHeader
  80. {
  81.     float:left;
  82.     width:616px !important;
  83.     width:637px;
  84.     height:30px;
  85.     border:1px solid #888;
  86.     border-bottom:1px solid #999;
  87.     border-top:1px solid #999 !important;
  88.     line-height:30px;
  89.     cursor:default;
  90.     text-decoration:none;
  91.     color:#333;
  92.     text-align:center;
  93.     background:#eee;
  94.     margin:20px 0 20px 0;
  95.     padding:0 0 0 20px !important;
  96.     padding:0 1px 0 20px;
  97. }
  98. .TableFooter
  99. {
  100.     float:left;
  101.     width:616px !important;
  102.     width:637px;
  103.     height:30px;
  104.     border:1px solid #888;
  105.     border-bottom:1px solid #999;
  106.     border-top:1px solid #ddd;
  107.  
  108.     line-height:30px;
  109.     cursor:default;
  110.     text-decoration:none;
  111.     color:#333;
  112.     text-align:center;
  113.     background:#c0c9cf;
  114.     
  115.     padding:0 0 0 20px !important;
  116.     padding:0 1px 0 20px;
  117. }
  118.  
  119.  
  120. .TaskGroup
  121. {
  122.     display:inline-block;
  123.     float:left;
  124.     font-weight:bold;
  125.     color:#000;
  126.     height:30px;
  127.     
  128.     padding:0 5px 0 5px;
  129.     border-right:1px dashed #ddd;
  130.     background:#f1f4f9;
  131.     margin-right:5px;
  132. }
  133.  
  134.     .Time_Description
  135.     {
  136.         float:left;
  137.         width:250px;
  138.         height:30px;
  139.         border-right:1px dashed #ddd;
  140.         overflow:hidden;
  141.     }
  142.     
  143.     .Time_DueDate
  144.     {
  145.         float:left;
  146.         width:100px;
  147.         height:30px;
  148.         overflow:hidden;
  149.         text-align:center;
  150.     }
  151.     
  152.     .Time_Estimate
  153.     {
  154.         float:left;
  155.  
  156.  
  157.         width:50px;
  158.         height:30px;
  159.         text-align:center;
  160.         border-right:1px dashed #ddd;
  161.         overflow:hidden;
  162.     }
  163.         .Time_Elapsed
  164.         {
  165.             float:left;
  166.  
  167.  
  168.             width:50px;
  169.             height:30px;
  170.             text-align:center;
  171.             border-right:1px dashed #ddd;
  172.             color:#258;
  173.             font-weight:bold;
  174.             overflow:hidden;
  175.         }
  176.     
  177.         .Time_Remain
  178.         {
  179.             float:left;
  180.             padding-right:5px;
  181.             width:45px !important;
  182.             width:50px;
  183.             height:30px;
  184.             text-align:right;
  185.             border-right:1px dashed #ddd;
  186.             color:#c00;
  187.             font-weight:bold;
  188.         }
  189.         
  190.         .Time_Tag
  191.         {
  192.             float:left;
  193.             width:60px;
  194.             height:30px;
  195.             text-align:center;
  196.             border-right:1px dashed #ddd;
  197.         }
  198.     
  199.     .Input_TimeDescription
  200.     {
  201.         float:left;
  202.         width:235px;
  203.         height:20px;
  204.         margin:5px 0 0 5px;
  205.     }
  206.     
  207.     .Input_TimeDueDate
  208.     {
  209.         float:left;
  210.         width:90px;
  211.         height:20px;
  212.         margin:5px 0 0 5px;
  213.         text-align:center;
  214.     }
  215.     
  216.     .Input_TimeNumeric
  217.     {
  218.         float:left;
  219.         width:40px !important;
  220.         width:39px;
  221.         height:20px;
  222.         margin:5px 0 0 5px;
  223.         text-align:center;
  224.     }
  225.     
  226.     .Input_TimeText
  227.     {
  228.         float:left;
  229.         width:50px;
  230.         height:20px;
  231.         margin:5px 0 0 5px;
  232.         text-align:center;
  233.     }
  234.     
  235.     a.TimeControl:link, a.TimeControl:visited
  236.     {
  237.         float:left;
  238.         display:inline-block;
  239.  
  240.         padding:0 5px 0 1px;
  241.         height:24px;
  242.         border:3px dashed #ccc;
  243.         border-left:0px;
  244.         margin:1px 0 0 0;
  245.         line-height:24px;
  246.         font-weight:bold;
  247.         text-decoration:none;
  248.         color:#ccc;
  249.         cursor:hand;
  250.     }
  251.     
  252.     a.TimeControl:hover
  253.     {
  254.         border:3px dashed #aaa;
  255.         border-left:0px;
  256.         color:#999;
  257.     }
  258.     
  259.     a.TimeControl:active
  260.     {
  261.         border:3px dashed #777;
  262.         border-left:0px;
  263.         color:#333;
  264.     }
  265.     
  266. #Tabs_Container
  267. {
  268.     float:left;
  269.     width:100%;
  270.     height:30px;
  271.     border-bottom:4px solid #888;
  272.     margin:0 0 0px 0;
  273. }
  274.  
  275.     a.Tab:link, a.Tab:visited
  276.     {
  277.         float:left;
  278.         width:100px;
  279.         height:20px;
  280.         margin:9px 0 0 5px;
  281.         border-left:1px solid #aaa;
  282.         border-right:1px solid #aaa;
  283.         border-top:1px solid #aaa;
  284.         background:#eee;
  285.         line-height:20px;
  286.         text-align:center;
  287.         text-decoration:none;
  288.         color:#888;
  289.     }
  290.     
  291.     a.Tab:hover
  292.     {
  293.         background:#fff;
  294.         color:#333;
  295.     }
  296.     
  297.     a.Tab:active
  298.     {
  299.         background:#ccc;
  300.         color:#000;
  301.     }
  302.     
  303.     .SelectedTab
  304.     {
  305.         background:#888 !important;
  306.         color:#fff !important;
  307.     }
  308.  
  309.     .Item_back_arrow
  310.     {
  311.         float:left;
  312.         display:block;
  313.         width:20px !important;
  314.         width:21px;
  315.         height:30px !important;
  316.         height:32px;
  317.         background:#fff url(/img/App_GUI/Misc/arrow_back.jpg) center no-repeat;
  318.         
  319.         border-left:1px solid #888;
  320.         border-bottom:1px solid #999;
  321.         border-top:1px solid #ddd;
  322.         line-height:30px;
  323.         cursor:hand;
  324.     }
  325.  
  326.     
  327.     .Item_Indicator_bg
  328.     {
  329.         float:left;
  330.         display:block;
  331.         width:20px !important;
  332.         width:21px;
  333.         height:30px !important;
  334.         height:32px;
  335.         background:#fff url(/img/App_GUI/Misc/indicator_empty.jpg) center no-repeat;
  336.         
  337.         border-left:1px solid #888;
  338.         border-bottom:1px solid #999;
  339.         border-top:1px solid #ddd;
  340.         line-height:30px;
  341.         cursor:move;
  342.     }
  343.     
  344.     .Item_Indicator
  345.     {
  346.         float:left;
  347.         display:block;
  348.         width:20px;
  349.         height:30px;
  350.         background:#fff url(/img/App_GUI/Misc/indicator_selected.jpg) center no-repeat;
  351.     }
  352.     
  353.     div.dropmarker {
  354.       height:0px;
  355.       width:300px;
  356.  
  357.     border-bottom:4px dashed #777;
  358.       margin-top:-3px;
  359.       margin-left:-5px;
  360.       z-index:1000;
  361.       overflow: hidden;
  362.     }
  363.  
  364. #Tab_Indicator
  365. {
  366.     float:left;
  367.  
  368.     height:20px;
  369.     line-height:20px;
  370.     
  371.     margin:10px 0 0 10px;
  372.  
  373.     color:#888;
  374.     font-size:12px;
  375.     font-weight:bold;
  376. }
  377.  
  378. /* progress bar */
  379.  
  380. .Progress_Info_w_hor
  381. {
  382.     float:left;
  383.     display:block;
  384.     clear:left;
  385.     
  386.     width:100%;
  387.  
  388.     line-height:20px;
  389.     font-weight:bold;
  390.     color:#444;
  391.     margin:0 0 10px 0;
  392. }
  393.  
  394. .Progress_Info_w
  395. {
  396.     float:left;
  397.     clear:left;
  398.     display:block;
  399.     clear:left;
  400.     width:174px !important;
  401.     width:179px;
  402.     height:94px !important;
  403.     height:99px;
  404.  
  405.     padding:5px 0 0 5px;
  406.     line-height:20px;
  407.     font-weight:bold;
  408.     color:#444;
  409.     margin:0 2px 20px 0;
  410.     background: #ffff8b;
  411.     border:2px solid #dddd69;
  412. }
  413.  
  414. .Progress_Info
  415. {
  416.     float:left;
  417.     clear:left;
  418.     display:block;
  419.     clear:left;
  420.     
  421.     width:174px !important;
  422.     height:94px !important;
  423.     
  424.     width:179px;
  425.     height:99px;
  426.     border-top:1px dashed #aaa;
  427.  
  428.     padding:5px 0 0 5px;
  429.     line-height:20px;
  430.     font-weight:bold;
  431.     color:#444;
  432.     margin:0 2px 20px 0;
  433. }
  434.  
  435. .Progress_Region_w
  436. {
  437.     float:left;
  438.     display:block;
  439.     height:99px;
  440.     border-right:1px dotted #aaa;
  441.     margin-bottom:20px;
  442. }
  443.  
  444. .Progress_Region
  445. {
  446.     float:left;
  447.     display:block;
  448.     height:99px;
  449.     margin-bottom:20px;
  450. }
  451.  
  452. .Progress_Region_Label
  453. {
  454.     float:right;
  455.     display:block;
  456.  
  457.     font-size:11px;
  458.     font-weight:bold;
  459.  
  460.     height:25px !important;
  461.     height:30px;
  462.     text-align:right;
  463.     padding:5px 5px 0 0;
  464. }
  465.  
  466.     .HourHint
  467.     {
  468.         font-size:10px;
  469.         color:#888;
  470.     }
  471.  
  472. .Progress_Region_Label_2
  473. {
  474.     float:left;
  475.     display:block;
  476.     height:25px !important;
  477.     height:30px;
  478.  
  479.     text-align:left;
  480.     padding:5px 0 0 5px;
  481.     
  482.     font-size:10px;
  483.     font-weight:bold;
  484.     color:#888;
  485. }
  486.  
  487. .ProgressBar_Container
  488. {
  489.     float:left;
  490.     display:block;
  491.     height:27px;
  492.     border-top:1px solid #aaa;
  493.     border-bottom:1px solid #aaa;
  494.     background:#fff;
  495. }
  496. .ProgressBar
  497. {
  498.     float:left;
  499.     display:block;
  500.     height:25px;
  501.     background:#6af url(/img/ProjectCenter/progressbar.jpg) repeat-x;
  502.     margin:1px 0 0 0;
  503.     color:#fff;
  504.     text-align:right;
  505.     line-height:25px;
  506.     font-weight:bold;
  507. }
  508.  
  509. .Yellow
  510. {
  511.     background:#6af url(/img/ProjectCenter/progressbar_yellow.jpg) repeat-x !important;
  512. }
  513.  
  514. .hidden
  515. {
  516.     display:none;
  517. }
  518.  
  519. a.DragNDrop_Button:link, a.DragNDrop_Button:visited
  520. {
  521.     float:left;
  522.     display:block;
  523.     width:82px !important;
  524.     width:90px;
  525.     height:24px;
  526.     line-height:24px;
  527.     color:#000;
  528.     background:url(/img/ProjectCenter/dragndrop_normal.jpg) left top no-repeat;
  529.     margin:12px 0 10px 12px !important;
  530.     margin:12px 0 10px 5px;
  531.     position:relative;
  532.     cursor:hand !important;
  533.     padding-left:8px;
  534.     text-decoration:none;
  535. }
  536.  
  537. a.DragNDrop_Button:active
  538. {
  539.     background:url(/img/ProjectCenter/dragndrop_hover.jpg) left top no-repeat;
  540. }
  541.  
  542. #DragNDrop_Button_Active
  543. {
  544.     position:absolute;
  545.     left:0px;
  546.     top:0px;
  547.     width:112px !important;
  548.     width:120px;
  549.     height:30px;
  550.     
  551.     padding-left:8px;
  552.     
  553.     background:url(/img/ProjectCenter/dragndrop_active.jpg) left top no-repeat;
  554.     cursor:hand !important;
  555.     color:#fff;
  556.     
  557. }
  558.  
  559. .HintArea
  560. {
  561.     
  562.     position:absolute;
  563.     display:block;
  564.     right:5px;
  565.     top:20px;
  566.     margin:0 0 0 0;
  567.     border:2px dashed #cc8;
  568.     background:#ffc;
  569. }
  570.  
  571.     .ControlArea
  572.     {
  573.         float:left;
  574.         width:115px;
  575.         height:50px;
  576.         background:#fff;
  577.     }
  578.     .TextArea
  579.     {
  580.         position:absolute;
  581.         right:115px;
  582.         top:-2px;
  583.         width:588px !important;
  584.         width:598px;
  585.         height:40px !important;
  586.         height:50px;
  587.         line-height:20px;
  588.         font-size:12px;
  589.         padding:5px 5px 5px 5px;
  590.         background:#ffc;
  591.         border:2px dashed #cc8;
  592.         border-right:0px;
  593.         z-index:1000;
  594.     }
  595.  
  596. .TimeSpent {color:#888 !important;}
  597. .TimeLeft {color:#c00 !important;}
  598.  
  599. .pStatus_Label
  600. {
  601.     display:inline-block;
  602.     padding:0 5px 0 5px;
  603.     
  604.     line-height:30px;
  605.     width:215px !important;
  606.     
  607.     width:225px;
  608.     height:30px;
  609.     
  610.     color:#000;
  611.  
  612. }
  613.  
  614. .ItemPanel
  615. {
  616.     float:left;
  617.     width:100%;
  618.  
  619. }
  620.  
  621. a.ItemPanel:link, a.ItemPanel:visited
  622. {
  623.     float:left;
  624.     display:block;
  625.     width:100%;
  626.     text-decoration:none;
  627.     color:#333;
  628.     border-top:1px dashed #fff;
  629.     border-bottom:1px dashed #fff;
  630. }
  631.  
  632. a.ItemPanel:hover
  633. {
  634.     background:#f5f5f5;
  635.     border-top:1px dashed #ccc;
  636.     border-bottom:1px dashed #ccc;
  637. }
  638.  
  639. a.ItemPanel:active
  640. {
  641.     background:#eee;
  642.     border-top:1px dashed #bbb;
  643.     border-bottom:1px dashed #bbb;
  644. }
  645.  
  646. #SpecialHint
  647. {
  648.     position:absolute;
  649.     top:0px;
  650.     left:0px;
  651.     color:#aaa !important;
  652.     font-size:12px !important;
  653.     font-weight:normal !important;
  654. }
  655.  
  656. #Tab_Container
  657. {
  658.     float:left;
  659.     position:relative;
  660.     width:100%;
  661. }
  662.  
  663. #Status_Spacer
  664. {
  665.     float:left;
  666.     display:block;
  667.     width:100%;
  668.     height:15px;
  669. }
  670.  
  671. a.ReplaceLink:link, a.ReplaceLink:visited
  672. {
  673.     display:block;
  674.     color:#888;
  675.     line-height:30px;
  676.     font-size:12px;
  677.     width:90px;
  678.     height:20px;
  679.     text-decoration:none;
  680. }
  681.  
  682. a.ReplaceLink:hover
  683. {
  684.     color:#444;
  685.     text-decoration:underline;
  686. }
  687.  
  688. .FinishedItem
  689. {
  690.     text-decoration:line-through;
  691.     color:#69c;
  692. }